home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000114-20000217 / 000229_news@columbia.edu _Wed Feb 16 15:10:04 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA03056
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 16 Feb 2000 15:10:03 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id NAA03336
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 11 Feb 2000 13:12:21 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: Connecting to Internet
  11. Date: 11 Feb 2000 18:12:20 GMT
  12. Organization: Columbia University
  13. Message-ID: <881je4$384$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. d.cox@sk.sympatico.ca wrote:
  17. :   I have downloaded Kermit.  I can get to the logon prompt on the Internet.
  18. : After I successfully log in, the screen fills with }}}},,dh and other
  19. : characters.  There seems to be some missing connection protocol.  I will try
  20. : to find the PPP-to-packet shim. Is this all that's needed?
  21. So it looks like it's not a shell account after all, but a PPP account.
  22. That is, PPP is started automatically on the far end as soon as you log in.
  23. So yes, you'll need a PPP driver on the PC end.
  24.  
  25. - Frank